@charset "UTF-8";

/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}

fieldset,
img,
input,
button,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

/*去掉input等聚焦时的蓝色边框*/
ul,
ol {
  list-style: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Microsoft YaHei UI", "SimSun";
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 14px;
  margin: 0;
}

textarea {
  resize: none;
}

/*防止拖动*/
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

/*  去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
table {
  border-collapse: collapse;
}

body {
  font: 14px/150% "Microsoft YaHei UI", Arial, Verdana;
  color: #333333;
  background: #fff;
  ;
  overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
  /*清楚浮动*/
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  /* color: #e43344;; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}

/*设置h标签的大小，设置跟父亲一样大的字体font-size:100%;*/
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}

img {
  /* border-radius: 2px;; */
}

/*公共类*/
.w {
  /*版心 提取 */
  width: 1240px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.al {
  text-align: left;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.hide {
  display: none;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


html {
  font-size: 13.33333vw
}

@media screen and (min-width:769px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:721px) and (max-width:768px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:641px) and (max-width:720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:541px) and (max-width:640px) {
  html {
    font-size: 85.33px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:481px) and (max-width:540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:415px) and (max-width:480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:413px) and (max-width:414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:394px) and (max-width:412px) {
  html {
    font-size: 54.93px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:376px) and (max-width:393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:361px) and (max-width:375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw
  }
}

@media screen and (min-width:321px) and (max-width:360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw
  }
}

@media screen and (max-width:320px) {
  html {
    font-size: 42.667px;
    font-size: 13.33333vw
  }
}

.header-top{
  line-height: 40px;
  background:#f8f8f8;
  color:#333333;
  font-size:14px;
}
.header-bottom{
  display: flex;
  justify-content: space-between;
  line-height: 140px;
}
.nav{
  line-height:50px;
  background:#1e97fe;
}
.nav ul{
  display: flex;
  justify-content: space-around;
}
.nav ul li{
  position: relative;
}
.nav ul li a {
  color:#ffffff;
  font-size:16px;
}
.nav ul li.act::after {
  content: "";
  width:30px;
  height:3px;
  background:#ffffff;
  border-radius:3px;
  position: absolute;
  left: 50%;
  bottom:4px;
  margin-left: -15px;
}
.column1{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.lunbo{
  width: 653px;
  height: 482px;
}
.lunbo .swiper-slide{
  position: relative;
  background: #d10108;
}
.lunbo .swiper-slide a{
	display:block
}
.lunbo .swiper-slide img{
  
  height: 482px;
  object-fit: contain;
  margin: auto;
    display: block;
}
.lunbo .swiper-slide p{
  width: 100%;
  line-height:52px;
  background:rgba(0, 0, 0, 0.5);
  font-size:16px;
  color: #fff;
  padding:0 100px 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 16px;
  left: unset;
  right: 10px;
  width: fit-content;
}
.lunbo .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
  background: #fff;
}
.column1-list{
  width: 557px;
}
.column1-list-top{
  margin: 20px;
  text-align: center;
}
.col-list{
  /* margin-top: 25px; */
}
.col-list li{
  width: 100%;
  line-height: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.column1-list .col-list li{
  line-height: 22px;
  margin-top: 10px;
  height: 44px;
}
.col-list li a{
  color:#666666;
  font-size:16px;
  padding-left: 12px;
  width: calc(100% - 17px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column1-list .col-list li a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: unset;
}
.col-list li::before{
  content: "";
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 50%;
  display: block;
}
.column1-list  .col-list li a{
  position: relative;
}
.column1-list  .col-list li::before{
  display: none;
}
.column1-list  .col-list li a::before{
  content: "";
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}
.column1-list-top a{
  font-weight: 700;
  color: #21518e;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 2px;

}
.column1-list-more{
  color:#999999;
  font-size:15px;
  line-height:  19px;
  text-align: right;
  margin-top: 7px;
  display: inline-block;
  float: right;
}
.column2{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column2-left{
  width: 820px;
  height: 104px;;
}
.column2-hlx{
  width:190px;
  height:104px;
  background:linear-gradient(90.55deg,#098bfb 0%,#55b0fe 100%);
  border-radius:4px;
  text-align: center;
}
.column2-hlx img,.column2-lchy img{
  width: 37px;
  height: 37px;
  margin-top: 20px;
}
.column2-hlx p,.column2-lchy p{
  color:#ffffff;
  font-size:16px;
  line-height: 20px;
  width: 100%;
  margin-top: 10px;
}
.column2-lchy{
  width: 190px;
  height: 104px;
  background: linear-gradient(223.82deg,#ffffff 0%,#efefef 100%);
  border-radius: 4px;
  text-align: center;
}
.column2-lchy p{
  color:#0079e1;
}
.column3{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.column3-left{
  width: 820px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column3-left-item{
  width: 400px;
  margin-bottom: 30px;
}
.column3-left-item-title{
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 9px;
}

.column3-left-item-title h4{
  font-weight:700;
  color:#333333;
  font-size:20px;
  display: flex;
  justify-content: flex-start;
}
.column3-left-item-title h4::before{
  content: "";
  width: 5px;
  height: 20px;
  background: #1e97fe;
  border-radius: 2px;
  display: block;
  margin-right: 10px;
}
.column3-left-item-title a,.column3-left-img-title a,.column3-left-img-ul-more{
  color:#999999;
  font-size:15px;
}
.column3-left-img{
  width: 100%;
  position: relative;
}
.column3-right{
  width: 400px;
}
.column3-right-top{
  width: 100%;
  padding:20px 15px;
  background: url(../images/jyxcbg.png) no-repeat center;
  border-radius: 4px
}
.column3-right-top-title{
  display: flex;
  justify-content: space-between;
  line-height: 28px;
}
.column3-right-top-title h4{
  font-weight:700;
  color:#ffffff;
  font-size:22px;
}
.column3-right-top-title a{
  color:#ffffff;
  font-size:16px;
}
.column3-right-top-list{
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  padding:20px 15px 20px 15px;
  margin-top: 20px;
}
.column3-right-top-list li{
  margin-top: 20px;
}
.column3-right-top-list li:first-child{
  margin-top: 0;
}
.column3-right-top-list li a{
  color:#666666;
  font-size:16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.column3-right-top-ly{
  width: 100%;
  line-height: 60px;
  background: #ffffff;
  border: 1px solid;
  border-color: #e9e9e9;
  border-radius: 4px;
  display: block;
  text-align: center;
  color:#4b4b4b;
  font-size:21px;
  font-weight:700;
  margin-top: 20px;
}
.column3-right-bottom a{
  display: block;
  margin-top: 20px;
}
.column3-left-img-title{
  display: flex;
  justify-content: space-between;
  /* margin-top: 30px; */
  line-height: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.column3-left-img-title div{
  color:#999999;
  font-size:18px;
  display: flex;
  justify-content: flex-start;
}
.column3-left-img-title div::before{
  content: "";
  width: 5px;
  height: 20px;
  background: #1e97fe;
  border-radius: 2px;
  display: block;
  margin-right: 10px;
}
.column3-left-img-title div span{
  margin-right: 20px;
  cursor: pointer;
}
.column3-left-img-title div .act{
  font-weight:700;
  color:#333333;
  font-size:20px;
  border-bottom: 3px solid #1e97fe;
  padding-bottom: 7px;
  display: block;
}
.column3-left-img-ul ul{
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.column3-left-img-ul ul li{
  margin-left: 20px;
  width: 190px;
}
.column3-left-img-ul ul li:first-child{
  margin-left: 0;
}
.column3-left-img-ul ul li a{
  display: block;
}
.column3-left-img-ul ul li a img{
  width: 100%;
  height: 127px;
  border-radius: 4px;
  object-fit: cover;
}
.column3-left-img-ul ul li a p{
  color:#666666;
  font-size:16px;
  line-height: 22px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: unset;
}
.column3-left-img-ul ul:last-child{
  display: none;
}
.column3-left-img-ul-more{
  position: absolute;
  right: 0;
  top: 0;
}
.footer{
  margin-top: 35px;
}
.footer-link{
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1e97fe;
}
.footer-link select{
  background: none;
  border: none;
  color: #fff;  
  outline-style: none;
  font-size:14px;
  margin:0 50px;

}

.footer-link select option {
  /* 设置展开后每个选项的背景颜色 */
  color:#333
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.footer-bottom-left{
  display: flex;
  justify-content:space-between;
  width: 900px;
}
.footer-bottom-left ul li{
  width: 100%;
  font-size: 14px;
  color:#333333;
  display: flex;
  justify-content: center;
  line-height: 18px;
  margin-top: 10px;
}
.footer-bottom-left ul li span{
  font-weight: bold;
  display: block;
  width: 60px;
  text-align: right;
  margin-right: 15px;
}
.footer-bottom-left ul li p{
  width: 200px;
}
.footer-bottom-left ul:nth-child(2) li span{
  width: 100px;
}
.footer-bottom-left ul:nth-child(2) li p{
  width: 80px;
}
.footer-bottom-left ul:nth-child(3) li span{
  width: 90px;
}
.footer-bottom-left ul:nth-child(3) li p,.footer-bottom-left ul:nth-child(3) li a{
  width: 200px;
  font-size: 14px;
  color:#333333;
}
.footer-bottom-right{
  position: fixed;
  right: 10px;
  top: 40%;
  z-index: 999;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 21px 25px rgba(0, 0, 0, 0.1);
}
.footer-bottom-right img{
  width: 97px;
  height: 97px;
}
.footer-bottom-right p{
  color:#333333;
  font-size:11px;
  line-height: 14px;
  margin-top: 5px;
}
.footer-wap,.wap_logo{
  display: none;
}
.list,.content{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.list-left{
  width: 820px;
}
.list-left-title{
  line-height: 22px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 8px;
}
.list-left-title h4,.list-left-title h3{
  font-weight:700;
  color:#666666;
  font-size:22px;
  display: flex;
  justify-content: flex-start;
}
.list-left-title h4::before,.list-left-title h3::before{
  content: "";
  width: 5px;
  height: 20px;
  background: #1e97fe;
  border-radius: 2px;
  display: block;
  margin-right: 10px;
}
.list-left-li{
  margin-top: 22px;
}
.list-left-li li{
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.list-left-li li:last-child{
  border: none;
}
.list-left-li li a {
  display: block;
}
.list-left-li li a div{
  display: flex;
  justify-content: space-between;
  line-height: 23px;
}
.list-left-li li a div h3{
  color:#333333;
  font-size:18px;
  width: calc(100% - 150px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-left-li li a div span{
  color:#cccccc;
  font-size:14px;
  width: 80px;
  text-align: right;
}
.list-left-li li a p{
  color:#999999;
  font-size:15px;
  line-height: 20px;
  margin-top: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: unset;
}
.page{
  display: flex;
  justify-content: center;
  margin:20px 0;
}
.ui-pagination-container {
	/* height: 34px; */
	line-height: 30px;
}
.ui-pagination-container .ui-pagination-page-item {
	font-size: 14px;
	padding: 0px 10px;
	/* border: 1px solid #b8b8b8; */
	color: #555555;
	margin: 0px 2px;
	text-decoration: none;
  background:rgba(204, 204, 204, 0.3);
  border-radius:4px;
  display: inline-block;
}
.ui-pagination-container .ui-pagination-page-item:hover {
	background:#2d8eff;
	color: #fff;
	text-decoration: none;
}
.ui-pagination-container .ui-pagination-page-item.active {
	background:#2d8eff;
	/* border-color: #168cd9; */
	color: #fff;
	cursor: default;
}
.content-left{
  width: 820px;

}
.crumbs,.crumbs a{
  color:#333333;
  font-size:14px;
  line-height: 18px;
}
.content-title{
  font-weight:700;
  color:#333333;
  font-size:22px;
  line-height: 28px;
  margin-top: 24px;
  text-align: center;
}
.content-info{
  color:#cccccc;
  font-size:13px;
  line-height: 16px;
  margin-top: 13px;
  text-align: center;
}
.content-info span:first-child{
  margin-right: 50px;
}
.content-main{
  margin-top: 10px;
}
.content-main,.content-main p{
  color:#333333;
  font-size:16px;
  line-height: 30px;
}
.content-main p{
  margin-top: 30px;
  /* text-indent: 2em; */

}
.content-main .content-main-des{
  text-align: center;
  margin-top: 15px;
}
.content-main video,.content-main img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  border-radius:6px;
}
.content-main video{
    max-height:500px;
}
.list-img {
  width: 100%;
}
.list-img-li{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.list-img-li li{
  width: 295px;
  margin:0 20px 30px 0 ;
  position: relative;
}
.list-img-li li:nth-child(4n){
  margin-right: 0;
}
.list-img-li li img{
  width: 100%;
  height: 197px;
  border-radius: 4px;
  object-fit: cover;
}
.list-img-li li p{
  color:#666666;
  font-size:16px;
  line-height: 22px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: unset;
}
.list-img-li li img.play{
  opacity: 80%;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 76px;
  left: 126px;
  z-index: 9
}
.list.list-lchy .list-left{
  width: 925px;
}
.list-lchy-right{
  width: 295px;
}
.list-left-nav li {
  width: 100%;
  line-height: 62px;
  border-top: 1px solid #dcdcdc;
}
.list-left-nav li:first-child{
  border: none;
}
.list-left-nav li a{
  color:#333333;
  font-size:18px;
  padding-left: 24px;
}
.list-left-nav li.act{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-left-nav li.act::before{
  content: "";
  width: 3px;
  height: 21px;
  background: #1e97fe;
  display: block;
}
.list-left-nav li.act a{
  color:#0079e1;
}
.col-list-more,.con-header{
  display: none;
}
@media (max-width: 768px){
  .w{
    width: 100%;
  }
  .header{
    width: 100%;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 99;
  }
  .header-top{
    display: none;
  }
  .header-bottom{
    height: .96rem;
    line-height: .96rem;
    background: #1e97fe;
    padding: .2rem .32rem
  }
  .header-bottom a{
    display: none;
  }
  .header-bottom a.wap_logo{
    display: block;
    /* height: .54rem; */
  }
  .header-bottom a.wap_logo img{
    height: 100%;
    display: block;
  }
  .nav{
    height:.96rem;
    background:#ffffff;
    overflow-x: auto;
    border-bottom: 1px solid #ececec;
  }
  .nav ul{
    width: 15rem;
  }
  .nav ul li a{
    color:#333333;
    font-size:.32rem;
  }
  .nav ul li.act::after{
    width: .3rem;
    height: .04rem;
    background: #0079e1;
    border-radius: .04rem;
    bottom:.08rem;
    margin-left: -0.15rem;
  }
  .nav ul li.act a{
    color:#0079e1;
  }
  .column1{
    flex-wrap: wrap;
    padding:.32rem;
    /* margin-top: 2rem; */
    margin-top: 0;
  }
  .lunbo{
    width: 100%;
    /* height: 3.84rem; */
    height:4.8rem;

  }
  .lunbo .swiper-slide img{
   
    height:4.8rem;
    object-fit: contain;
  }
  .lunbo .swiper-slide p{
    height:.8rem;
    line-height: .8rem;
    background:rgba(0, 0, 0, 0.5);
    font-size: .3rem;
    padding:0 .32rem
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    display: none;
  }
  .column1-list{
    width: 100%;
  }
  .column1-list-top{
    margin-top: .3rem;
    margin-bottom: 0;
    margin-top: 2.3rem;
  }
  .column1-list-top a{
    /* color:#21518e; */
    font-size:.38rem;
    line-height: .48rem;
  }
  .col-list li{
    line-height: .4rem;
    margin-top: .4rem;
  }
  .column1-list .col-list li{
    line-height: .4rem;
    margin-top: .4rem;
    height: auto;
  }
  .col-list li a{
    color:#666666;
    font-size:.32rem;
    padding-left: .24rem;
    width: calc(100% - .34rem);
  }
  .col-list li::before{
    width: .1rem;
    height: .1rem;
    background: #666666;
  }
  .column2-left{

    height: auto;
    margin-bottom: .3rem;
  }
  .column1-list-more{
    display: none;
  }
  .column2{
    margin-top: .28rem;
    padding:0 .32rem
  }
  .column2-hlx{
    width: 3.26rem;
    height: 1.2rem;
    background: linear-gradient(90.55deg,#098bfb 0%,#55b0fe 100%);
    border-radius: .08rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .column2-hlx img, .column2-lchy img{
    width: .56rem;
    height: .56rem;
    margin-top: 0;
    margin-right: .3rem;
  }
  .column2-hlx p, .column2-lchy p{
    color:#ffffff;
    font-size:.32rem;
    width: auto;
    margin-top: 0;
  }
  .column2-lchy{
    width: 3.28rem;
    height: 1.2rem;
    background: linear-gradient(223.82deg,#ffffff 0%,#efefef 100%);
    border-radius: .08rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .column2-lchy p{
    color: #0079e1;
  }
  .column3{
    padding: 0 .32rem;
    flex-wrap: wrap;
    margin-top: .44rem;
  }
  .column3-left{
    width: 100%;
  }
  .column3-left-item{
    width: 100%;  
    margin-bottom: .56rem;
  }
  .column3-left-item-title{
    line-height: .36rem;
    padding-bottom: .18rem;
  }
  .column3-left-item-title h4{
    color:#333333;
    font-size:.36rem;
  }
  .column3-left-item-title h4::before{
    width: .1rem;
    height: .36rem;
    background: #1e97fe;
    border-radius: .04rem;
  }
  .column3-left-img-title{
    line-height: .36rem;
  }
  .column3-left-img-title div::before{
    width: .1rem;
    height: .36rem;
    background: #1e97fe;
    border-radius: .04rem;
  }
  .column3-left-img-title div span{
    color:#999999;
    font-size:.36rem;
    margin-right: .48rem;
  }
  .column3-left-img-title div .act{
    font-size: .36rem;
    border-bottom: .06rem solid #1e97fe;
    padding-bottom: .14rem;
  }
  .column3-left-item-title a, .column3-left-img-title a, .column3-left-img-ul-more{
    font-size: .28rem;
  }
  .column3-left-img-ul ul{
    flex-wrap: wrap;
    margin-top: 0;
  }
  .column3-left-img-ul ul li{
    width: 100%;
    margin-left: 0;
    margin-top: .4rem;
  }
  .column3-left-img-ul ul li a img{
    height:4.58rem;
  }
  .column3-left-img-ul ul li a p{
    font-size:.32rem;
    line-height: .44rem;
    margin-top: .32rem;
  }
  .column3-right{
    width: 100%;
    margin-top: .48rem;
    display: none;
  }
  .column3-right.index-column3-right{
    display: block;
  }
  .column3-right-top{
    padding: .4rem .3rem;
    border-radius: .08rem;
    background-color: #1e97fe;
  }
  .column3-right-top-title h4{
    font-size:.44rem;
  }
  .column3-right-top-title a{
    font-size: .28rem;
  }
  .column3-right-top-title{
    line-height: .56rem;
  }
  .column3-right-top-list{
    border-radius: .08rem;
    padding: .4rem .3rem;
    margin-top: .4rem;
  }
  .column3-right-top-list li{
    margin-top: .4rem;
  }
  .column3-right-top-list li a{
    font-size:.32rem;
    line-height: .4rem;
  }
  .column3-right-top-ly{
    height:1.2rem;
    line-height: 1.2rem;
    font-size:.42rem;
    margin-top: .4rem;
  }
  .column3-right-bottom a{
    margin-top: .4rem;
  }
  .footer-link,.footer-bottom{
    display: none;
  }
  .footer{
    margin-top: .4rem;
  }
  .footer-wap{
    display: block;
    width: 100%;
    line-height: 1.2rem;
    background: #1e97fe;
    color:#ffffff;
    font-size:.28rem;
    text-align: center;
  }
  .list{
    margin-top: 2rem;
    padding:.32rem;
    flex-wrap: wrap;
  }
  .list-left{
    width: 100%;
  }
  .list-left-title h4,.list-left-title h3{
    color:#333333;
    font-size:.36rem;
  }
  .list-left-title h4::before,.list-left-title h3::before{
    width: .1rem;
    height: .36rem;
    border-radius: .04rem;
    margin-right: .2rem;
  }
  .list-left-title{
    line-height: .36rem;
    padding-bottom: .16rem;
  }
  .list-left-li li a p{
    display: none;
  }
  .list-left-li li a div{
    flex-wrap: wrap;
    line-height: unset;
  }
  .list-left-li li a div h3{
    width: 100%;
    color:#333333;
    font-size:.36rem;
    line-height: .46rem;
    white-space:unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: unset;
  }
  .list-left-li li a div span{
    width: 100%;
    text-align: left;
    font-size:.28rem;
    line-height: .36rem;
    margin-top: .3rem;
  }
  .list-left-li{
    margin-top: .26rem;
  }
  .list-left-li li{
    padding-bottom: .3rem;
    margin-bottom: .4rem
  }
  .ui-pagination-container .ui-pagination-page-item{
    margin-bottom: .1rem;
  }
  .list-img-li{
    margin-top: 0;
  }
  .list-img-li li{
    width: 100%;
    margin:.4rem 0 0 0;
  }
  .list-img-li li img{
    height:4.58rem;
    border-radius: .08rem;
  }
  .list-img-li li p{
    font-size:.32rem;
    line-height: .44rem;
    margin-top: .32rem;
  }
  .list-img-li li img.play{
    width: .9rem;
    height: .9rem;
    top: 1.8rem;
    left: 3rem;
  }
  .list-lchy-right{
    width: 100%;
  }
  .list-lchy-right .list-left-title{
    display: none;
  }
  .list-left-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .list-left-nav li{
    line-height: .72rem;
    background: #f3f3f3;
    border-radius: .36rem;
    text-align: center;
    padding:0 .44rem;
    width: auto;
    border: none;
  }
  .list-left-nav li a{
    padding-left: 0;
    color:#666666;
    font-size:.3rem;
  }
  .list-left-nav li.act::before{
    display: none;
  }
  .list-lchy .list-left-title{
    display: none;
  }
  .col-list-more{
    line-height: .72rem;
    background: #f8f8f8;
    border-radius: .08rem;
    display: block;
    text-align: center;
    color:#666666;
    font-size:.26rem;
    margin-top: .56rem;
  }
  .list-lsfc .column3-left-item-title a{
    display: none;
  }
  .list-lsfc .col-list li:nth-child(n+6){
    display: none;
  }
  .crumbs,.header.header-hide,.content-info{
    display: none;
  }
  .con-header{
    width: 100%;
    height: .96rem;
    line-height: 0.96rem;
    background: #1e97fe;
    padding:.2rem .32rem;
    display: flex;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
  }
  .con-header img{
    height: 100%;
    display: block;
  }
  .con-header-left{
    display: flex;
    align-items: center;
    margin-right: .32rem;
  }
  .con-header-left img{
    height: 80%;
  }
  .con-header-logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .con-header-logo::after{
    content: "";
    width: 1px;
    height: 14px;
    background: #ffffff;
    display: block;
    margin:0 8px;
  }
  .con-header .con-header-name{
    color:#ffffff;
    font-size:.3rem;
    line-height: .56rem;
  }
  .content{
    flex-wrap: wrap;
    margin-top: 1.36rem;
    padding:0 .32rem
  }
  .content-title{
    color:#666666;
    font-size:.44rem;
    line-height: .58rem;
    margin-top: 0;
  }
  .content-main{
    margin-top: .2rem;
  }
  .content-main, .content-main p{
    color:#666666;
    font-size:.34rem;
    line-height:.62rem;
  }
  .content-main p{
    margin-top: .6rem;
  }
  .content-left{
    width: 100%;
  
   }
}
